setup.py fails on windows du to no icu-config binary
Created by: amynbe
The following line:
ICU_VERSION = subprocess.check_output(('icu-config', '--version')).strip()
Fails on windows for which an icu-config exe doesn't exist (the icu win binaries include a bunch of dll and exe files but no icu-config).