Any PIC with an ADC should do the job. Just configure any 1 analog PIN to accept the reading, this PIN should be configured as an input pin and also as an analog pin by setting the correct TRIS / ANSEL register. You can also use readily available components like MCP3202 which has a good 12 bit resolution and then use Shiftin/shiftout commands to get data in/out of them.
Bookmarks