On Windows, how can I detect in my setup.py whether there is a compiler
available? I have one C extension in my package which is entirely optional, and
I would like "python setup.py install" to skip building the extension if there's
no compiler available.
Just