Instalando o PIL (Python Imaging Library) no Win7 64 bits, Python 2.6.4

Estou tentando instalar a referida biblioteca para uso com o Python. Tentei fazer o download do instalador executável do Windows, que é executado, mas diz que não encontra uma instalação do Python. Em seguida, tentei registrar (http://effbot.org/zone/python-register.htm) Python, mas o script diz que não é possível registrar (embora as chaves apareçam no meu registro).

Tentei fazer o download do pacote de origem: Executo o build.py e ele funciona, mas quando executo o setup.py, ele diz o seguinte:

running install
running build
running build_py
running build_ext
building '_imaging' extension
error: Unable to find vcvarsall.bat

O que eu posso fazer?

ATUALIZAÇÃO (maio de 2014): Como dito por alguns comentários e respostas, o PIL atualmente não é mantido, e o caminho a seguir agora é usar o Pillow (https://pypi.python.org/pypi/Pillow/, pip install pillow)

questionAnswers(10)

yourAnswerToTheQuestion