Setting up Zend is simple on any system, download it, place it in a directory somewhere. eg; C:\Zend. Then add Zend's library directory to your include path (within your ini file. eg;
include_path = ".;c:\php\PEAR;C:\Zend\library;"
Restart your server. Done.